home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
libscsi1.zoo
/
LibScsi-0.01
/
cfile.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-14
|
301 b
|
19 lines
/*
* cfile.h - Copyright Steve Woodford, August 1993.
*
* Interface to 'cfile' library.
*/
#ifndef __cfile_h
#define __cfile_h
#define CFILE_OPEN 1
#define CFILE_CLOSE 2
#define CFILE_SEARCH 3
#ifndef __cfile_c
extern long config_file(int, ...);
#endif
#endif /* __cfile_h */